.container {
    width: 92%;
    padding: 0;
    margin: 0 4%;
}

@media (max-width: 767px) {

}

@media (min-width: 768px) and (max-width: 991px) {

}

@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 1200px) and (max-width: 1399px) {

}

@media (min-width: 1400px) {

}

/*导航*/
.top-nav {
    width: 100%;
    padding: 8px 0;
    background: #ffffff;
}

.top-nav-left {

}

.top-nav-left img {
    height: 35px;
}

.top-navigation {

}


.top-navigation a {
    color: #3e3a39;
    font-size: 15px;
    margin-left: 35px;
    height: 58px;
    line-height: 58px;
}

.top-navigation a.active, .top-navigation a:hover {
    color: #044dc5;
}

.top-nav-menu {

}

.top-nav-menu span {
    width: 30px;
    height: 3px;
    display: block;
    margin-top: 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #3e3a39;
}

.top-nav-menu span:first-child {
    margin-top: 0;
}


.top-nav-sub {
    position: absolute;
    z-index: 999;
    top: 52px;
    right: 0;
    padding: 10px 10px 15px;
    background: #ffffff;
    min-width: 150px;
    display: none;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.top-nav-sub a {
    color: #9f9f9f;
    display: block;
    text-align: center;
    font-size: 15px;
    padding-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1px #e5e5e5 solid;
}


/*index-more*/
.index-more {
    text-align: center;
}

.index-more a {
    font-size: 18px;
    color: #ffffff;
    display: inline-block;
    width: 156px;
    text-align: center;
    height: 44px;
    line-height: 44px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    background: #5183d7;
}

/*顶部焦点图*/
.index-focus-1 {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.index-focus-1 .swiper-slide {
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
}



.index-focus-1 .swiper-pagination {
    bottom: 35px;
}

.index-focus-1 .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: 3px #aaa solid;
    background: #ecece7;
    opacity: 1;
}

.index-focus-1 .focus-next-btn {
    right: 10px;
    width: 38px;
    height: 76px;
    margin-top: -38px;
    background: url("../images/next_01.png");
}

.index-focus-1 .focus-next-btn:hover {
    background: url("../images/next_01_hover.png");
}

.index-focus-1 .focus-prev-btn {
    left: 10px;
    width: 38px;
    height: 76px;
    margin-top: -38px;
    background: url("../images/prev_01.png");
}

.index-focus-1 .focus-prev-btn:hover {
    background: url("../images/prev_01_hover.png");
}


.index-focus-1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #efedef;
    border: 3px #005982 solid;
}


.slide-box{

}
.slide-box .title{
    font-size: 24px;
    line-height: 1.5;
    color: #000;
    letter-spacing: 10px;
    position: relative;
    text-align: center;
}

.slide-box .title:after{
    text-align: center;
    background: #2e39b8;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -15px;
    height: 3px;
    margin-left: -40px;
    width: 80px;
}
.slide-box .title-2{
    margin-top: 30px;
    font-size: 17px;
    line-height: 1.3;
    color: #000;
    letter-spacing: 1px;
    position: relative;
}
.slide-box .more{
    text-align: center;
    margin-top: 35px;
}
.slide-box .more a{
    color: #fff !important;
    font-size: 12px;
    line-height: normal;
    cursor: pointer;
    padding: 11px 21px;
    width: auto;
    font-weight: normal;
    background: #0085F6;
    letter-spacing: 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.slide-box .more a:hover{
    background: #34A1FC;
}

.anchors{
    width: 100%;
    position: absolute;
    z-index: 999;
    bottom: 15px;
    text-align: center;
}
.anchors a img{
    display: inline-block;
    vertical-align: top;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.anchors a:hover  img{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
/*index-focus-2*/
.index-focus-2 {

}

.index-focus-2 .swiper-slide {
    width: 100%;
    margin-left: 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}
.index-focus-2 .swiper-slide:first-child{
    margin-left: 0;
}
.index-focus-2 .swiper-slide .img{
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 10;
}
.index-focus-2 .swiper-slide .img img{
    width: 100%;
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.index-focus-2 .swiper-slide:hover .img img{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.index-focus-2 .zz{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 12;
    background: rgba(255, 255, 255, 0);
}
.index-focus-2 .swiper-slide:hover .zz{
    z-index: 11;
}
.index-focus-2 .title{
    max-width: 250px;
    position: absolute;
    left: 25px;
    bottom: 25px;
    z-index: 12;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.index-focus-2 .title a{
    font-size: 18px;
    color: #000;
    font-weight: bold;
    line-height: 1.3;
}
/*.index-focus-2 .title a:after{
    background: #fff;
    bottom: -15px;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 80px;
}*/
.index-focus-2 .swiper-slide:hover .title{
    bottom: 40px;
}
.index-focus-2 .swiper-slide .title a:after{
    background: #000000;
    bottom: -10px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 70px;
}
.index-focus-2 .text{
    max-width: 178px;
    position: absolute;
    z-index: 12;
    text-align: right;
    top: 25px;
    right: 10px;
    padding-right: 15px;
    border-right: 2px solid #000000 !important;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
}
.index-focus-2 .swiper-slide .text{
    right: 25px;
    opacity: 1;
}
.index-focus-2 .text .title-2{
    font-size: 14px;
    line-height: 1.5;
    color: #000;
}
.index-focus-2 .text .more{

}

.index-focus-2 .text .more a{
    font-size: 12px;
    color: #000;
}

/*index-block-1*/
.index-block-1 {
    margin-top: 60px;
}

.index-block-1-title {
    font-size: 24px;
    color: #4a4a4a;
    text-align: center;
    line-height: 1;
    padding-bottom: 40px;
    background: url("../images/p-01.png") bottom center no-repeat;
}

.index-block-1-title p {
}

.index-block-1-desc {
    margin-top: 20px;
    font-size: 15px;
    color: #4a4a4a;
    line-height: 1.8;
    text-align: justify;
}

.index-block-1-list {
    margin-top: 50px;
}

.index-block-1-item {
    width: 48%;
    margin-left: 4%;
}

.index-block-1-item:first-child {
    margin-left: 0;
}

.index-block-1-item .img {
    margin-right: 30px;
}

.index-block-1-list-2 {
    width: 100%;
}

.index-block-1-list-2 .item {
    margin-left: 4%;
    width: 48%;
    background: #f5f5f5;
    padding: 10px;
    margin-top: 15px;
}

.index-block-1-list-2 .item:nth-child(2n+1) {
    margin-left: 0;
}

.index-block-1-list-2 .item img {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    max-height: 100%;
}


.index-block-1-right {

}

.index-block-1-right h3 {
    font-size: 22px;
    line-height: 1;
}

.index-block-1-right div {
    margin-top: 15px;
    font-size: 12px;
    color: #333;
    line-height: 1.8;
}

.index-block-1-more {
    margin-top: 40px;
}

/*index-block-2*/
.index-block-2 {
    margin-top: 120px;
}

.index-block-2-main {
    height: 785px;
    padding-top: 250px;
    text-align: center;
}

.index-block-2-title {
    font-size: 60px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 2px 2px 0 #555;
}

.index-block-2-desc {
    padding: 0 280px;
    font-size: 23px;
    color: #ffffff;
    line-height: 1.8;
    margin-top: 10px;
    text-shadow: 2px 2px 0 #555;
}

.index-block-2-more {
    margin-top: 100px;
}

.index-block-3 {
    padding: 30px 0;
}

.index-block-3.mt-70 {
    margin-top: 70px;
}

.index-block-3-gray {
    background: #e8e8e8;
}

.index-block-3-title {
    text-align: center;
    color: #1b6ba7;
    font-size: 24px;
}

.index-block-3-desc {
    text-align: center;
    color: #373737;
    font-size: 15px;
    margin-top: 20px;
}

.index-block-3-list {
    margin-top: 15px;
}

.index-block-3-list .item {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
}

.index-block-3-list .item:first-child {
    margin-left: 0;
}

.index-block-3-list .item .img {
    width: 100%;
}

.index-block-3-list .item .img img {
    width: 100%;
}

.index-block-3-list .item .title {
    text-align: center;
    margin-top: 15px;
}

.index-block-3-list .item .title sup {
    font-size: 12px;
}

.index-block-3-list .item .title a {
    font-size: 15px;
    color: #373737;
}

.index-block-3-list .item .title a:hover {
    color: #044dc5;
}

.index-block-3-more {
    margin-top: 35px;
}

/*about-box*/
.about-box {
    width: 100%;
    padding: 30px 0 35px;
    background: #eeeeee;
}

.about-title {
    width: 100%;
    font-size: 28px;
    color: #1868a5;
    line-height: 1;
    text-align: center;
}

.about-x {
    margin-top: 20px;
}

.about-desc {
    width: 100%;
    float: left !important;
    margin-right: 0;
    font-size: 18px;
    line-height: 1.8;
    color: #515151;
    text-align: justify;
    margin-top: 0;
}

.about-img {
    width: 100%;
    margin-top: 20px;
    float: right !important;
}

.about-img img {
    width: 100%;
}

/*honor-box*/
.honor-box {
    margin-top: 30px;
}

.honor-title {
    width: 100%;
    font-size: 28px;
    color: #1868a5;
    line-height: 1;
    text-align: center;
}

.honor-desc {
    font-size: 18px;
    line-height: 1.8;
    color: #515151;
    margin-top: 30px;
}

.honor-list {

}

.honor-list.mt-40 {
    margin-top: 0;
}

.honor-list .honor-item {
    margin-top: 15px;
    width: 48%;
    margin-left: 4%;
    background: #efefef;
    padding: 10px;
}

.honor-list .honor-item:nth-child(3n+1) {
    margin-left: auto;
}

.honor-list .honor-item:nth-child(2n+1) {
    margin-left: 0;
}

.honor-list .honor-item img {
    max-width: 100%;
    max-height: 100%;
}

.honor-btn {
    text-align: center;
    margin: 50px 0 50px;
}

.honor-btn button {
    font-size: 18px;
    color: #ffffff;
    display: inline-block;
    width: 156px;
    text-align: center;
    height: 44px;
    line-height: 44px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    background: #5183d7;
}

/*contact-box*/
.contact-box {
    padding: 30px 0 30px;
}

.contact-title {
    width: 100%;
    font-size: 28px;
    color: #1868a5;
    line-height: 1;
    padding-top: 0;
    text-align: center;
}

.contact-text {
    width: 100%;
    margin-top: 10px;
}

.contact {
    font-size: 24px;
    color: #000;
    line-height: 2;
}

.map {
    width: 100%;
    height: 300px;
    background: #eeeeee;
    margin-top: 20px;
    font-size: 12px;
}


.lanmuclass {
    width: 100%;
    height: 30px;
    background-color: #0c518b;
    text-align: center;
    color: #fff;
    line-height: 30px;
    font-size: 14px;
}

.lanmuclass a {
    color: #fff;
    margin-left: 30px;
}

.lanmuclass a span {
    font-family: "宋体"
}

/*product-category*/
.product-category {
    width: 100%;
    margin-top: 30px;
}

.h258369 {
    background-color: #E8E8E8;
    margin-top: 40px;
    padding-bottom: 40px;
}


.product-category-name {
    font-size: 24px;
    color: #1868a5;
    font-weight: bold;
}

.product {
    font-size: 39px;
    color: #1868a5;
    line-height: 1;
}

.product-category-box {
    margin-top: 20px;
}

.product-category-desc {
    width: 100%;
    margin-right: 0;
    float: left !important;
    text-align: justify;
}

.product-category-img {
    width: 100%;
    float: right !important;
    text-align: center;
    margin-bottom: 20px;
}

.product-category-img img {
    width: 100%;
}

.rec-product {
    margin-top: 50px;
    padding: 10px 0 30px;
    background: -webkit-linear-gradient(top, #d8e5ee, #f6f9fb);
    background: -o-linear-gradient(bottom, #d8e5ee, #f6f9fb);
    background: -moz-linear-gradient(bottom, #d8e5ee, #f6f9fb);
    background: linear-gradient(to bottom, #d8e5ee, #f6f9fb);
}

.rec-product-list {

}

.rec-product-list .item {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
}

.rec-product-list .item:first-child {
    margin-left: 0;
}

.rec-product-list .item .img {
    width: 100%;
    overflow: hidden;
}

.rec-product-list .item .img img {
    width: 100%;
}

.rec-product-list .item .title {
    font-size: 24px;
    color: #373737;
    font-weight: bold;
    margin: 20px 0;
}

.rec-product-list .item .text {
    font-size: 13px;
    color: #373737;
    line-height: 1.6;
    height: 40px;
}

.rec-product-list .item .more {
    text-align: center;
    margin-top: 20px;
}

.rec-product-list .item .more span {
    font-size: 15px;
    display: inline-block;
    width: 126px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background: #9fa0a0;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    color: #ffffff;
}

.rec-product-more {
    margin-top: 50px;
}

.product-category-name2 {
    color: #000;
    font-size: 28px;
    text-align: center;
    margin-top: 30px;
    font-weight: bold;
}

.banner {
    height: 140px;
}

.banner-2 {
    height: 300px;
}

.product-list {

}

.product-list .item {
    width: 23.5%;
    margin-left: 2%;
    margin-top: 60px;
}

.product-list .item:nth-child(4n+1) {
    margin-left: 0;
}

.product-list .item .img {
    width: 100%;
    overflow: hidden;
}

.product-list .item .img img {
    width: 100%;
}

.product-list .item .title {
    font-size: 14px;
    color: #373737;
    text-align: center;
    margin: 15px 0 10px;
}

.product-list .item .text {
    font-size: 13px;
    color: #373737;
    line-height: 1.6;
    height: 40px;
}

.product-list .item .more {
    text-align: center;
    margin-top: 20px;
}

.product-list .item .more span {
    font-size: 15px;
    display: inline-block;
    width: 126px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background: #9fa0a0;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    color: #ffffff;
}

.page {
    margin: 50px;
    text-align: center;
}

.page a, .page span {
    display: inline-block;
    padding: 4px 11px;
    border: 1px #e5e5e5 solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0 5px;
}

.page a:hover, .page span {
    border: 1px #044dc5 solid;
    color: #044dc5;
}

/*product-block-1*/
.product-detail-title {
    text-align: center;
    font-weight: bold;
    color: #5686d8;
    font-size: 39px;
    margin-top: 50px;
    margin-bottom: 50px;
}



.lanmuclass1 {
    width: 100%;
    height: auto;
    line-height: 1.5;
    padding: 15px 0;
    background-color: #e8e8e8;
    text-align: center;
    color: #000;
    font-size: 24px;
    font-weight: bold;
}

.product-block-1 {
    width: 100%;
    position: relative;
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px #aaa solid;
}

.product-img {
    position: relative;
    right: 0;
    top: 0;

}

.product-img img {
    width: 100%;
}

.product-title {
    color: #454545;
    font-size: 24px;
    font-weight: bold;
}

.product-text {
    position: relative;
    width: 100%;
    font-size: 15px;
    color: #171717;
    line-height: 2;
}
.product-text img{
    max-width: 100%;
    height: auto;
}

.product-text.w-100 {
    width: 100%;
}

.product-block-2 {
    padding-bottom: 30px;
    margin-top: 30px;
    border-bottom: 1px #aaa solid;
}

.product-block-3 {
    margin-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px #aaa solid;
}

.product-block-3 .img {
    width: 100%;
    margin-right: 0%;
}

.product-block-3 .img img {
    width: 100%;
}

.product-block-3-r {
    width: 100%;
}

.product-block-4 {
    margin-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px #aaa solid;
}

.product-block-4-list {

}

.product-block-4-list .item {
    margin-top: 30px;
    width: 100%;
    margin-left: 0%;
}

.product-block-4-list .item:first-child {
    margin-left: 0;
}

.product-block-4-list .item .img {
    width: 100%;
    overflow: hidden;
}

.product-block-4-list .item .img img {
    width: 100%;
}

.product-block-4-list .item .title {
    font-weight: bold;
    color: #6b94dc;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.product-block-4-list .item .text {
    font-size: 20px;
    color: #000;
}

.product-block-5 {
    padding: 50px 0;
    border-bottom: 1px #aaa solid;
}

.product-block-5-left {
    width: 100%;
    margin-right: 0;
}

.product-block-5-right {
    width: 100%;
}


.product-block-6 {
    padding: 50px 0;
    border-bottom: 1px #aaa solid;
}

.product-block-7 {
    padding: 50px 0;
    border-bottom: 1px #aaa solid;
}

.product-block-7-left {
    width: 100%;
    margin-right: 0;
}

.product-block-7-right {
    width: 100%;
}


.bd-b-0 {
    border-bottom: 1px transparent solid;
}

.mt-50 {
    margin-top: 50px;
}

/*foot-contact*/
.foot-contact {
    width: 100%;
    padding-top: 35px;
    padding-bottom: 30px;
    background: url("../images/contact-bg.jpg") top center no-repeat #1868a5;
}

.foot-contact-title {
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    line-height: 1;
}

.foot-contact-desc {
    margin-top: 20px;
    text-align: center;
    font-size: 13px;
    color: #ccc;
    line-height: 1.8;
}

.foot-contact-more {
    margin-top: 60px;
}

.foot-contact-more a {
    color: #1b3849;
}

.foot-contact-list {
    margin-top: 50px;
}

.foot-contact-item {
    width: 100%;
    text-align: left;
    margin-top: 15px;
}

.foot-contact-item .img {
    width: 20px;
    text-align: center;
    margin-right: 10px;
}

.foot-contact-item .img img {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.foot-contact-item .text {
    margin-top: 0;
    font-size: 13px;
    color: #ffffff;
}

.foot-copy {
    padding: 20px 0;
}

.foot-copy-logo {
    width: 42%;
}

.foot-copy-r {
    text-align: right;
}

.foot-copy-text {
    font-size: 12px;
    color: #999;
    text-align: right;
}







